Edit Task: SetTaskResourceBodyModes
Format
SCHED / EditTask '<TaskName>' SetTaskResourceBodyModes '<ResourceName>' <BodyStateApplies> '<UsableBodyModeList>'
Description
The SetTaskResourceBodyModes attribute under EditTask defines the usable resource state body modes for the specified resource for all of the task's possibilities.
Parameters
Parameter | Description |
---|---|
ResourceName | A string of text in single quotes of the resource that is being defined within the command. |
BodyStateApplies | A Boolean value that determines whether body state modes are applicable. |
UsableBodyModeList | A string of text in single quotes of a comma delimited list of usable body modes. Empty string is allowed if the BodyStateApplies value is false. A mode name specified that is not already part of the predefined modes for the resource will be added dynamically to the associated resource's capacity state definition permanently as the next free enumerated mode index. |
Examples
Set usable modes during the body of a task for all possibilities containing ResA.
SCHED / EditTask 'TaskA' SetTaskResourceBodyModes 'ResA' True 'On,Off,Recording'